home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo This batch file is for first time install only
- echo Press Ctrl-Break if this is not true, else press Enter
- pause
- if x%1 == x goto err
- md %1
- echo Ignore Unable to Create Directory message if you get it.
- copy a:hdm*.* %1
- echo Add the following statements to the end of your AUTOEXEC.BAT file:
- echo CD %1
- echo HDM
- pause
- cd %1
- hdm
- :err
- echo You must enter the drive and directory to install HDM II
- echo example: INSTALL C:\HDM2